warning - [parse] [project]/node_modules/.pnpm/postcss@8.4.14/node_modules/postcss/lib/previous-map.js  /node_modules/.pnpm/postcss@8.4.14/node_modules/postcss/lib/previous-map.js:90:13  lint TP1004 fs.readFileSync(???*0*, "utf-8") is very dynamic
      86 |   loadFile(path) {
      87 |     this.root = dirname(path)
      88 |     if (existsSync(path)) {
      89 |       this.mapFile = path
         +              v
      90 +       return readFileSync(path, 'utf-8').toString().trim()
         +              ^
      91 |     }
      92 |   }
      93 | 
      94 |   loadMap(file, prev) {
  
  - *0* arguments[0]
    ⚠️  function calls are not analysed yet